@charset "gb2312";
img.lazy{
    font-size:0;
}
.list{
    margin-top:-.2rem;
}
.list .articleList{
    padding:.25rem 0;
    position: relative;
    border-bottom:1px solid #f0f0f0;
}
.list .list_article .articleList{
    border:none;
    padding-bottom:0;
    margin-bottom:0;
}
.list .articleList .tit{
	color: #222222;
	font-weight: normal;
	line-height: .48rem;
	font-size: 0.32rem;
}
.list .articleList .tit a{
	color: #222222;
}

.list .articleList .topCon .des{
    font-size: .28rem;
    color:#999;
    margin-top:.15rem;
}
.list .articleList .info{
    position: relative;
    margin-top: .2rem;
    height: .4rem;
    font-size:0;
}
.list .articleList .info .time{
	color: #999999;
	font-size: .24rem;
    line-height: .36rem;
    position: absolute;
    right:0;
}
.list .articleList .info .ico-txt{
    display:inline-block;
    vertical-align: middle;
    font-size:.24rem;
    border-radius:.05rem;
    border-width: 1px;
    border-style: solid;
    margin-right: .15rem;
    padding:0 .05rem;
    height: auto;
    line-height: 1;
    padding:.02rem .05rem;
}
.list .articleList .info .t{
	color: #999999;
	font-size: .24rem;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	height: .36rem;
	line-height: .36rem;
	vertical-align: middle;
} 
.list .articleList .info .t a{
    color:#999;
}
.list .articleList.oneImg .topCon .articleIntro{
    float:left;
    width:4.1rem;
}
.list .articleList.oneImg .topCon .tit,
.list .articleList.oneImg .topCon .des{
    width:4.1rem;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list .articleList.oneImg .topCon .tit{
    word-break: break-all;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
    height:.96rem;
    padding-top:.07rem;
}
.list .articleList.oneImg .topCon .des{
    white-space: nowrap;
}
.list .articleList.oneImg .topCon .img{
    float:right;
    width: 2.36rem;
	height: 1.66rem;
	display: block;
	border-radius: .1rem;
    overflow: hidden;
    margin-top:.17rem;
}
.list .articleList.oneImg .topCon .img img{
    object-fit: cover;
	width: 100%;
	height: 100%;
}
.list .articleList.threeImg .topCon .tit{
    max-height: 1.51rem;
    width:100%;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.list .articleList.threeImg .topCon .img{
    width: 100%;
	height: 1.66rem;
	display: block;
	border-radius: .1rem;
    overflow: hidden;
    margin-top:.2rem;
    font-size: 0;
}
.list .articleList.threeImg .topCon .img img{
    width: 2.23rem;
	height: 1.62rem;
	border-radius: .1rem;
	margin-right: .08rem;
}
.list .articleList.threeImg .topCon .img img:last-child{
    margin-right: 0;
}

.list .articleList.bigImg .img{
    margin-top:.15rem;
    position: relative;
    font-size: 0;
}
.list .articleList.bigImg .topCon .des{
    display: none;
}
.list .articleList.bigImg .img img{
	width: 100%;
	max-height: 5.7rem;
	border-radius: .2rem;
	overflow: hidden;
} 

.popCommon{
    display: none;
    position: fixed;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    background:rgba(0,0,0,.5);
    color:#fff;
    font-size: .24rem;
    padding:.15rem;
    border-radius:.1rem;
    z-index: 9999999 !important;
}
.popUp{
    display: none;
    position: fixed;
    left:0;
    right: 0;
    top:0;
    bottom: 0;
    background:rgba(0,0,0,.5);
}
.popTipToLogin{
    z-index: 12;
}
.popTipToLogin .popCon{
    width: 5.1rem;
    height: auto;
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-70%);
    border-radius: .1rem;
    font-size: .26rem;
    text-align: center;
    color: #222;
    padding: .3rem 0 0 0;
    box-sizing: border-box;
    position: fixed;
    background: #fff;
}
.popTipToLogin .popCon .topPic{
    padding:0 .3rem;
    width:100%;
    box-sizing: border-box;
    height: 1.72rem;
    border-radius:.1rem;
    overflow:hidden;
    margin-bottom:.2rem;
}
.popTipToLogin .popCon .topPic img{
    width:100%;
    height: 100%;
    border-radius:.1rem;
}
.popTipToLogin .popCon .tips{
    margin-bottom: .16rem;
    line-height: .48rem;
    font-size: .3rem;
    padding:0 .6rem;
}
.popTipToLogin .popCon .notNeed{
    font-size: .2rem;
    color: #999;
    line-height: 1.5;
    padding-bottom: .2rem;
}
.popTipToLogin .popCon .toLogin{
    color: #000;
    line-height: 3;
    display: block;
    font-weight: bold;
    font-size: .32rem;
    border-top: 1px solid #f0f0f0;
}